Uses of Class
com.fourjs.report.facturx.Percentage
-
-
Uses of Percentage in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Percentage Modifier and Type Method Description static PercentagePercentage. fromString(String value)static PercentagePercentage. valueOf(double value)static PercentagePercentage. valueOf(int value)static PercentagePercentage. valueOf(String value)static PercentagePercentage. valueOf(BigDecimal value) -
Uses of Percentage in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Percentage Modifier and Type Method Description PercentageDocumentLevelAllowances. getDocumentLevelAllowancePercentage()BT-94:Document level allowance percentagePercentageDocumentLevelAllowances. getDocumentLevelAllowanceVATRate()BT-96:Document level allowance VAT ratePercentageInvoiceLine. getInvoicedItemVATRate()BT-152:Invoiced item VAT ratePercentageVATBreakdown. getVATCategoryRate()BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Percentage Modifier and Type Method Description DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)InvoiceLineInvoiceLine. setInvoicedItemVATRate(Percentage value)VATBreakdownVATBreakdown. setVATCategoryRate(Percentage value) -
Uses of Percentage in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Percentage Modifier and Type Method Description PercentageDocumentLevelAllowances. getDocumentLevelAllowancePercentage()BT-94:Document level allowance percentagePercentageDocumentLevelAllowances. getDocumentLevelAllowanceVATRate()BT-96:Document level allowance VAT ratePercentageVATBreakdown. getVATCategoryRate()BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Percentage Modifier and Type Method Description DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)VATBreakdownVATBreakdown. setVATCategoryRate(Percentage value) -
Uses of Percentage in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Percentage Modifier and Type Method Description PercentageDocumentLevelAllowances. getDocumentLevelAllowancePercentage()BT-94:Document level allowance percentagePercentageDocumentLevelAllowances. getDocumentLevelAllowanceVATRate()BT-96:Document level allowance VAT ratePercentageInvoiceLine. getInvoicedItemVATRate()BT-152:Invoiced item VAT ratePercentageInvoiceLineAllowances. getInvoiceLineAllowancePercentage()BT-138:Invoice line allowance percentagePercentageVATBreakdown. getVATCategoryRate()BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Percentage Modifier and Type Method Description DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)InvoiceLineInvoiceLine. setInvoicedItemVATRate(Percentage value)InvoiceLineAllowancesInvoiceLineAllowances. setInvoiceLineAllowancePercentage(Percentage value)VATBreakdownVATBreakdown. setVATCategoryRate(Percentage value) -
Uses of Percentage in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Percentage Modifier and Type Method Description PercentageAppliedTradeAllowanceCharge. getCalculationPercent()EXT:Discount / Charge in percentPercentageDocumentLevelAllowances. getDocumentLevelAllowancePercentage()BT-94:Document level allowance percentagePercentageDocumentLevelAllowances. getDocumentLevelAllowanceVATRate()BT-96:Document level allowance VAT ratePercentageInvoiceLine. getIncludedTaxForB2CApplicablePercent()EXT:Included tax for B2CPercentageLineVATInformation. getInvoicedItemVATRate()BT-152:Invoiced item VAT ratePercentageInvoiceLineAllowances. getInvoiceLineAllowancePercentage()BT-138:Invoice line allowance percentagePercentagePaymentTerms. getPaymentPenaltyPercentage()EXT:Payment penalty percentagePercentageDetailedInformationOnTaxInformation. getTaxRate()EXT:Tax ratePercentageVATBreakdown. getVATCategoryRate()BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Percentage Modifier and Type Method Description AppliedTradeAllowanceChargeAppliedTradeAllowanceCharge. setCalculationPercent(Percentage value)DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)DocumentLevelAllowancesDocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)InvoiceLineInvoiceLine. setIncludedTaxForB2CApplicablePercent(Percentage value)LineVATInformationLineVATInformation. setInvoicedItemVATRate(Percentage value)InvoiceLineAllowancesInvoiceLineAllowances. setInvoiceLineAllowancePercentage(Percentage value)PaymentTermsPaymentTerms. setPaymentPenaltyPercentage(Percentage value)DetailedInformationOnTaxInformationDetailedInformationOnTaxInformation. setTaxRate(Percentage value)VATBreakdownVATBreakdown. setVATCategoryRate(Percentage value)
-